custom/README
970525

		Custom Signal Mode Files

doc
	More information.

dspmake
	MS-DOS PC makefile to build the 56002 absolute version (.lod)
	of user (custom) signal mode. Rename to makefile after copied to pc.
 
README
	This file.

srcusr.asm
	MS-DOS PC source file for srcusr template with arb functionality.

srcusr2.asm
	MS-DOS PC source file for srcusr template with minimal baseband
        random functionality.

dspset_.h, exttbl_.h, hwaddr_.h, sigout_.h, srcset_.h
	MS-DOS PC include files needed for build of srcusr.lod

mksrcusrbin
	HP-UX script that makes srcusr.bin from srcusr.lod.
	Uses lodtoseg.

lodtoseg
	HP-UX program that convert .lod to .bin file.

srcusrdnld
	HP-UX hwblkio script version (OLD) of custom signal mode
	download of srcusr.bin from absolute build, using hwblkio.
	This is here only to show the precedure used in src_dnld.c

e1432/test/src_dnld.c
	Example file of method (NEW) to download signal mode, parameter
	blocks, etc. to source using library calls.  Makefile is in the 
	same directory.  The new parameters added to
	e1432_write_srcbuffer_data() allow direct (raw) io to the
	source 56k dsp hostport (data and command vectors).

srcusrparb.c
	Uses download of srcusr.bin to do periodic arb.
        Shows how to:
		download a custom signal mode
		execute a custom signal mode
		save a custom signal mode to flash
		execute a custom signal mode from flash
		erase custom signal mode area of flash
		read x or y memory on the fly (new srcusr.asm)
	Works with E1432/33/34 sources.

srcusrrand.c
	Uses download of srcusr2.bin to do baseband random.
	Works with E1432/33/34 sources.
###


